From: Eli Zaretskii Date: Wed, 7 Feb 2007 18:39:45 +0000 (+0000) Subject: ($(TRES)): Depend on stamp_BLD, since $(TRES) is put into $(BLD). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2366 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=261a0cc767a535bf1016d9b091e46eb6082016f0;p=emacs.git ($(TRES)): Depend on stamp_BLD, since $(TRES) is put into $(BLD). --- diff --git a/src/makefile.w32-in b/src/makefile.w32-in index c796a52fe2c..9f5783c2ab3 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -210,7 +210,7 @@ bootstrap-clean: # The resource file. NT 3.10 requires the use of cvtres; even though # it is not necessary on later versions, it is still ok to use it. # -$(TRES): ../nt/emacs.rc +$(TRES): ../nt/emacs.rc stamp_BLD $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ $(ALL_DEPS) #